Skip to content

Conversation

LalitNarayanYadav
Copy link
Contributor

Resolves #7542

Description

This pull request addresses and resolves EditorConfig linting errors reported in issue #7542.

Fixed Files

  • lib/node_modules/@stdlib/_tools/github/user-repos/lib/defaults.json

    • Replaced tabs with spaces (lines 2–12)
  • lib/node_modules/@stdlib/_tools/lint/filenames/lib/ignore_patterns.json

    • Replaced tabs with spaces (lines 2–100)
  • lib/node_modules/@stdlib/math/base/tools/normhermitepolyf/test/fixtures/python/medium_positive_5.json

    • Converted line endings to Unix-style (LF)
    • Added a final newline at the end of the file

Related Issues

Checklist


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review. labels Jul 15, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
math/base/tools/normhermitepolyf $\color{green}230/230$
$\color{green}+100.00\%$
$\color{green}27/27$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}230/230$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Jul 15, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Jul 15, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

chore: fix EditorConfig lint errors (issue #7542)

PR-URL: https://github.com/stdlib-js/stdlib/pull/7672
Closes: https://github.com/stdlib-js/stdlib/issues/7542
Ref: https://github.com/stdlib-js/stdlib/issues/5156

Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Lalit Narayan Yadav <[email protected]>

Please review the above commit message and make any necessary adjustments.

⚠️ Action Required: This PR references tracking issues. Please update the PR description to replace any "Closes", "Fixes", or "Resolves" keywords with "Ref" when referencing these issues.

@Planeshifter Planeshifter merged commit b36a42b into stdlib-js:develop Jul 15, 2025
65 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue. Ready To Merge A pull request which is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix EditorConfig lint errors

3 participants